Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_parent_class
get_parent_class
Returns the parent class name of the object or class
Name:
get_parent_class
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns the parent class name of the object or class
Related
Is using array_filter() worth optimizing in large arrays?
2
Why can't the first parameter be a string?
10
Why is the character set displayed by mysqli::get_charset not what you set?
10
The impact of ceil() on integers: Yes or not?
5
Similar Functions
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_class_vars
get_class_vars
Returnsanarrayofdefa
class_alias
class_alias
Createanaliasforacla
is_a
is_a
Checkifanobjectbelon
get_parent_class
get_parent_class
Returnstheparentclas
get_class
get_class
Returntheobject'
get_mangled_object_vars
get_mangled_object_vars
Itreturnsthesameresu
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
Popular Articles